QuickOPC User's Guide and Reference
ITreeTraversable<T> Interface
Members 



OpcLabs.BaseLib Assembly > OpcLabs.BaseLib.Graphs Namespace : ITreeTraversable<T> Interface
The type of objects to traverse.
Exposes the tree traverser, which supports iteration over a tree of nodes of a specified type.
Syntax
'Declaration
 
<CLSCompliantAttribute(True)>
<ComVisibleAttribute(False)>
Public Interface ITreeTraversable(Of T) 
   Inherits ITreeTraversable 
'Usage
 
Dim instance As ITreeTraversable(Of T)
[CLSCompliant(true)]
[ComVisible(false)]
public interface ITreeTraversable<T> : ITreeTraversable  
[CLSCompliant(true)]
[ComVisible(false)]
generic<typename T>
public interface class ITreeTraversable : public ITreeTraversable  
Type Parameters
T
The type of objects to traverse.
Requirements

Target Platforms: .NET Framework: Windows 10 (selected versions), Windows 11 (selected versions), Windows Server 2016, Windows Server 2022; .NET: Linux, macOS, Microsoft Windows

See Also